home *** CD-ROM | disk | FTP | other *** search
- Path: news.hik.se!usenet
- From: Stefan Johansson <mia95jos@mc.hik.se>
- Newsgroups: comp.lang.c
- Subject: Question about system call
- Date: 15 Jan 1996 22:37:28 GMT
- Organization: University of Kalmar
- Message-ID: <4dekv8$9ja@spider.hik.se>
- NNTP-Posting-Host: mia95jos.dialin.hik.se
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- Can someone help me with this little problem ?
-
- If I use a system call to write to standard output, how do I makre this poossible with an integer
- value ?
-
- An example:
-
- write(0, (the integer value), sizeof(int));
-
-